home *** CD-ROM | disk | FTP | other *** search
/ PC User 2007 May / Australian_PC_User_2007-05.iso / magstuff / folder password / files / folder-password.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-03-01  |  4.2 KB  |  60 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Folder Password Expert 2.1
  4. AppVerName=Folder Password Expert 2.1
  5. AppId=Folder Password Expert 2.1
  6. AppPublisher=ZQS Software Team
  7. AppPublisherURL=http://www.folder-password-expert.com
  8. AppSupportURL=mailto:support@folder-password-expert.com
  9. AppUpdatesURL=http://www.folder-password-expert.com
  10. DefaultDirName={pf}\Folder Password Expert
  11. DefaultGroupName=Folder Password Expert
  12. OutputBaseFilename=folder-password
  13. Compression=zip
  14. PrivilegesRequired=poweruser
  15. ChangesAssociations=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\folder-password.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{sys}\fpplock.exe"; DestDir: "{sys}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\folder-password.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\fpplock.exe.manifest"; DestDir: "{sys}"; Flags: ignoreversion 
  26. Source: "{app}\Readme.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  27. [Registry]
  28. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Warning: do not remove it!"; ValueType: String; ValueData: "fpplock.exe"; Flags: uninsdeletevalue 
  29. Root: HKCR; Subkey: ".___fpe"; ValueType: String; ValueData: "Protected.Folder"; Flags: uninsdeletekey 
  30. Root: HKCR; Subkey: "Protected.Folder"; ValueType: String; ValueData: "Protected Folder"; Flags: uninsdeletekey 
  31. Root: HKCR; Subkey: "Protected.Folder"; ValueName: "NeverShowExt"; ValueType: String; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "Protected.Folder\DefaultIcon"; ValueType: String; ValueData: "{app}\folder-password.exe,2"; Flags: uninsdeletekey 
  33. Root: HKCR; Subkey: "Protected.Folder\shell\Unlock this folder\command"; ValueType: String; ValueData: """{app}\folder-password.exe"" --unlock-- %1"; Flags: uninsdeletekey 
  34. Root: HKCR; Subkey: "Folder\shell\Lock this folder..."; ValueType: String; Flags: uninsdeletekey 
  35. Root: HKCR; Subkey: "Folder\shell\Lock this folder...\command"; ValueType: String; ValueData: """{app}\folder-password.exe"" --lock-- %1"; Flags: uninsdeletekey 
  36. [INI]
  37. FileName: "{app}\folder-password.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.folder-password-expert.com/buynow.html?page=start"; 
  38. [Run]
  39. Filename: "{app}\folder-password.exe"; Description: "Launch Folder Password Expert"; Flags: postinstall skipifsilent nowait
  40. [UninstallRun]
  41. Filename: "{sys}\folder-password.exe"; Parameters: " /mustdie"; Flags: skipifdoesntexist nowait
  42. [Icons]
  43. Name: "{group}\Folder Password Expert"; Filename: "{app}\folder-password.exe"; WorkingDir: "{app}"; Comment: "This program will help you protect your folders with a password."; 
  44. Name: "{group}\Uninstall Folder Password Expert"; Filename: "{uninstallexe}"; 
  45. Name: "{group}\Help"; Filename: "{app}\help.chm"; WorkingDir: "{app}"; Comment: "Help"; 
  46. Name: "{group}\Readme"; Filename: "{app}\Readme.rtf"; WorkingDir: "{app}"; Comment: "Readme"; 
  47. Name: "{group}\Purchase the full version"; Filename: "{app}\folder-password.url"; Comment: "Click here to purchase Folder Password Expert."; 
  48. Name: "{userdesktop}\Folder Password Expert"; Filename: "{app}\folder-password.exe"; WorkingDir: "{app}"; Comment: "This program will help you protect your folders with a password."; Tasks: desktopicon; 
  49. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Folder Password Expert"; Filename: "{app}\folder-password.exe"; WorkingDir: "{app}"; Comment: "This program will help you protect your folders with a password."; Tasks: quicklaunchicon; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  52. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\folder-password.url"; 
  55. Type: dirifempty; Name: "{app}"; 
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.